-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Do not allow linear solver fail feature #3274
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3274 +/- ##
========================================
Coverage 56.79% 56.79%
========================================
Files 1168 1168
Lines 101395 101403 +8
========================================
+ Hits 57586 57593 +7
- Misses 43809 43810 +1 ☔ View full report in Codecov by Sentry. |
…m/GEOSX/GEOSX into jafranc/feat/do-not-allow-non-cvg
@CusiniM @rrsettgast this should be good to go |
@paveltomin I tried pushing this to merge queue adding flags to trigger all required testing. Is it still a |
I think you did everything correctly but tests job just randomly failed on the compilation |
Add flags and logic to drop nonlinear loop if a linear step ends up in
NonConverged
state.